Package-level declarations

Types

Link copied to clipboard
data class DynamicGroupMetadataArgs(val queries: Output<List<DynamicGroupQueryArgs>>? = null) : ConvertibleToJava<DynamicGroupMetadataArgs>

Dynamic group metadata like queries and status.

Link copied to clipboard
data class DynamicGroupQueryArgs(val query: Output<String>? = null, val resourceType: Output<DynamicGroupQueryResourceType>? = null) : ConvertibleToJava<DynamicGroupQueryArgs>

Defines a query on a resource.

Link copied to clipboard
data class EntityKeyArgs(val id: Output<String>? = null, val namespace: Output<String>? = null) : ConvertibleToJava<EntityKeyArgs>

A unique identifier for an entity in the Cloud Identity Groups API. An entity can represent either a group with an optional namespace or a user without a namespace. The combination of id and namespace must be unique; however, the same id can be used with different namespaces.

Link copied to clipboard
Link copied to clipboard
data class ExpiryDetailArgs(val expireTime: Output<String>? = null) : ConvertibleToJava<ExpiryDetailArgs>

The MembershipRole expiry details.

Link copied to clipboard
Link copied to clipboard
data class GetDevicePlainArgs(val customer: String? = null, val deviceId: String) : ConvertibleToJava<GetDevicePlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetGroupPlainArgs(val groupId: String) : ConvertibleToJava<GetGroupPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetInboundSamlSsoProfilePlainArgs(val inboundSamlSsoProfileId: String) : ConvertibleToJava<GetInboundSamlSsoProfilePlainArgs>
Link copied to clipboard
data class GetInboundSsoAssignmentPlainArgs(val inboundSsoAssignmentId: String) : ConvertibleToJava<GetInboundSsoAssignmentPlainArgs>
Link copied to clipboard
data class GetMembershipPlainArgs(val groupId: String, val membershipId: String) : ConvertibleToJava<GetMembershipPlainArgs>
Link copied to clipboard
data class MembershipRoleArgs(val expiryDetail: Output<ExpiryDetailArgs>? = null, val name: Output<String>? = null, val restrictionEvaluations: Output<RestrictionEvaluationsArgs>? = null) : ConvertibleToJava<MembershipRoleArgs>

A membership role within the Cloud Identity Groups API. A MembershipRole defines the privileges granted to a Membership.

Link copied to clipboard
Link copied to clipboard
class MembershipRoleRestrictionEvaluationArgs : ConvertibleToJava<MembershipRoleRestrictionEvaluationArgs>

The evaluated state of this restriction.

Link copied to clipboard
data class PosixGroupArgs(val gid: Output<String>? = null, val name: Output<String>? = null, val systemId: Output<String>? = null) : ConvertibleToJava<PosixGroupArgs>

POSIX Group definition to represent a group in a POSIX compliant system.

Link copied to clipboard
Link copied to clipboard
data class RestrictionEvaluationsArgs(val memberRestrictionEvaluation: Output<MembershipRoleRestrictionEvaluationArgs>? = null) : ConvertibleToJava<RestrictionEvaluationsArgs>

Evaluations of restrictions applied to parent group on this membership.

Link copied to clipboard
data class SamlIdpConfigArgs(val changePasswordUri: Output<String>? = null, val entityId: Output<String>, val logoutRedirectUri: Output<String>? = null, val singleSignOnServiceUri: Output<String>) : ConvertibleToJava<SamlIdpConfigArgs>

SAML IDP (identity provider) configuration.

Link copied to clipboard
Link copied to clipboard
class SamlSpConfigArgs : ConvertibleToJava<SamlSpConfigArgs>

SAML SP (service provider) configuration.

Link copied to clipboard
Link copied to clipboard
data class SamlSsoInfoArgs(val inboundSamlSsoProfile: Output<String>) : ConvertibleToJava<SamlSsoInfoArgs>

Details that are applicable when sso_mode == SAML_SSO.

Link copied to clipboard
Link copied to clipboard
data class SignInBehaviorArgs(val redirectCondition: Output<SignInBehaviorRedirectCondition>? = null) : ConvertibleToJava<SignInBehaviorArgs>

Controls sign-in behavior.

Link copied to clipboard