Uses of Class
com.oracle.bmc.identitydomains.model.OciConsoleSignOnPolicyConsentConsentSignedBy.Type
-
Packages that use OciConsoleSignOnPolicyConsentConsentSignedBy.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of OciConsoleSignOnPolicyConsentConsentSignedBy.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return OciConsoleSignOnPolicyConsentConsentSignedBy.Type Modifier and Type Method Description static OciConsoleSignOnPolicyConsentConsentSignedBy.TypeOciConsoleSignOnPolicyConsentConsentSignedBy.Type. create(String key)OciConsoleSignOnPolicyConsentConsentSignedBy.TypeOciConsoleSignOnPolicyConsentConsentSignedBy. getType()Type of principal that signed consent: User or App.static OciConsoleSignOnPolicyConsentConsentSignedBy.TypeOciConsoleSignOnPolicyConsentConsentSignedBy.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static OciConsoleSignOnPolicyConsentConsentSignedBy.Type[]OciConsoleSignOnPolicyConsentConsentSignedBy.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type OciConsoleSignOnPolicyConsentConsentSignedBy.Type Modifier and Type Method Description OciConsoleSignOnPolicyConsentConsentSignedBy.BuilderOciConsoleSignOnPolicyConsentConsentSignedBy.Builder. type(OciConsoleSignOnPolicyConsentConsentSignedBy.Type type)Type of principal that signed consent: User or App.Constructors in com.oracle.bmc.identitydomains.model with parameters of type OciConsoleSignOnPolicyConsentConsentSignedBy.Type Constructor Description OciConsoleSignOnPolicyConsentConsentSignedBy(String value, String ocid, String displayName, OciConsoleSignOnPolicyConsentConsentSignedBy.Type type)Deprecated.
-