Package-level declarations
Types
Link copied to clipboard
data class GetEntityPlainArgs(val aliasId: String? = null, val aliasMountAccessor: String? = null, val aliasName: String? = null, val entityId: String? = null, val entityName: String? = null, val namespace: String? = null) : ConvertibleToJava<GetEntityPlainArgs>
A collection of arguments for invoking getEntity.
Link copied to clipboard
Builder for GetEntityPlainArgs.
Link copied to clipboard
data class GetGroupPlainArgs(val aliasId: String? = null, val aliasMountAccessor: String? = null, val aliasName: String? = null, val groupId: String? = null, val groupName: String? = null, val namespace: String? = null) : ConvertibleToJava<GetGroupPlainArgs>
A collection of arguments for invoking getGroup.
Link copied to clipboard
class GetGroupPlainArgsBuilder
Builder for GetGroupPlainArgs.
Link copied to clipboard
data class GetOidcClientCredsPlainArgs(val name: String, val namespace: String? = null) : ConvertibleToJava<GetOidcClientCredsPlainArgs>
A collection of arguments for invoking getOidcClientCreds.
Link copied to clipboard
Builder for GetOidcClientCredsPlainArgs.
Link copied to clipboard
data class GetOidcOpenidConfigPlainArgs(val name: String, val namespace: String? = null) : ConvertibleToJava<GetOidcOpenidConfigPlainArgs>
A collection of arguments for invoking getOidcOpenidConfig.
Link copied to clipboard
Builder for GetOidcOpenidConfigPlainArgs.
Link copied to clipboard
data class GetOidcPublicKeysPlainArgs(val name: String, val namespace: String? = null) : ConvertibleToJava<GetOidcPublicKeysPlainArgs>
A collection of arguments for invoking getOidcPublicKeys.
Link copied to clipboard
Builder for GetOidcPublicKeysPlainArgs.