Uses of Class
com.oracle.bmc.identitydomains.model.MappedAttributeAttributeMappings.AppliesToActions
-
Packages that use MappedAttributeAttributeMappings.AppliesToActions Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MappedAttributeAttributeMappings.AppliesToActions in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MappedAttributeAttributeMappings.AppliesToActions Modifier and Type Method Description static MappedAttributeAttributeMappings.AppliesToActionsMappedAttributeAttributeMappings.AppliesToActions. create(String key)static MappedAttributeAttributeMappings.AppliesToActionsMappedAttributeAttributeMappings.AppliesToActions. valueOf(String name)Returns the enum constant of this type with the specified name.static MappedAttributeAttributeMappings.AppliesToActions[]MappedAttributeAttributeMappings.AppliesToActions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type MappedAttributeAttributeMappings.AppliesToActions Modifier and Type Method Description List<MappedAttributeAttributeMappings.AppliesToActions>MappedAttributeAttributeMappings. getAppliesToActions()If specified, indicates a subset of mappedActions to which this attribute-mapping applies.If not specified, this attribute-mapping applies to all mappedActions that use mappedAttributesMethod parameters in com.oracle.bmc.identitydomains.model with type arguments of type MappedAttributeAttributeMappings.AppliesToActions Modifier and Type Method Description MappedAttributeAttributeMappings.BuilderMappedAttributeAttributeMappings.Builder. appliesToActions(List<MappedAttributeAttributeMappings.AppliesToActions> appliesToActions)If specified, indicates a subset of mappedActions to which this attribute-mapping applies.If not specified, this attribute-mapping applies to all mappedActions that use mappedAttributesConstructor parameters in com.oracle.bmc.identitydomains.model with type arguments of type MappedAttributeAttributeMappings.AppliesToActions Constructor Description MappedAttributeAttributeMappings(String managedObjectAttributeName, String idcsAttributeName, Boolean required, List<MappedAttributeAttributeMappings.AppliesToActions> appliesToActions, String samlFormat)Deprecated.
-