Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
AppRoleMembers |
AppRoleMembers.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AppRoleMembers> |
AppRole.getMembers()
AppRole members - when requesting members attribute, it is recommended to use startIndex and
count to return members in pages instead of in a single response, eg :
#attributes=members[startIndex=1%26count=10]
|
Modifier and Type | Method and Description |
---|---|
AppRoleMembers.Builder |
AppRoleMembers.Builder.copy(AppRoleMembers model) |
Modifier and Type | Method and Description |
---|---|
AppRole.Builder |
AppRole.Builder.members(List<AppRoleMembers> members)
AppRole members - when requesting members attribute, it is recommended to use startIndex
and count to return members in pages instead of in a single response, eg :
#attributes=members[startIndex=1%26count=10]
|
Constructor and Description |
---|
AppRole(String id,
String ocid,
List<String> schemas,
Meta meta,
IdcsCreatedBy idcsCreatedBy,
IdcsLastModifiedBy idcsLastModifiedBy,
List<IdcsPreventedOperations> idcsPreventedOperations,
List<Tags> tags,
Boolean deleteInProgress,
String idcsLastUpgradedInRelease,
String domainOcid,
String compartmentOcid,
String tenancyOcid,
String displayName,
String uniqueName,
String description,
String legacyGroupName,
Boolean adminRole,
Boolean limitedToOneOrMoreGroups,
Boolean availableToUsers,
Boolean availableToGroups,
Boolean availableToClients,
Boolean isPublic,
String localizedDisplayName,
AppRoleApp app,
List<AppRoleMembers> members)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.