Uses of Class
com.okta.sdk.resource.model.IamRole
Packages that use IamRole
-
Uses of IamRole in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return IamRoleModifier and TypeMethodDescriptionRoleECustomApi.createRole
(CreateIamRoleRequest instance) Create a Custom Role Creates a Custom RoleRoleECustomApi.createRole
(CreateIamRoleRequest instance, Map<String, String> additionalHeaders) Create a Custom Role Creates a Custom RoleRetrieve a Role Retrieves a role by `roleIdOrLabel`Retrieve a Role Retrieves a role by `roleIdOrLabel`RoleECustomApi.replaceRole
(String roleIdOrLabel, UpdateIamRoleRequest instance) Replace a Custom Role Replaces the label and description for a Custom Role by `roleIdOrLabel`RoleECustomApi.replaceRole
(String roleIdOrLabel, UpdateIamRoleRequest instance, Map<String, String> additionalHeaders) Replace a Custom Role Replaces the label and description for a Custom Role by `roleIdOrLabel` -
Uses of IamRole in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return IamRoleModifier and TypeMethodDescriptionIamRole.description
(String description) IamRole.links
(IamRoleLinks links) Methods in com.okta.sdk.resource.model that return types with arguments of type IamRoleMethods in com.okta.sdk.resource.model with parameters of type IamRoleMethod parameters in com.okta.sdk.resource.model with type arguments of type IamRole