Service Principal Secret Auth Info Args
data class ServicePrincipalSecretAuthInfoArgs(val authMode: Output<Either<String, AuthMode>>? = null, val authType: Output<String>, val clientId: Output<String>, val deleteOrUpdateBehavior: Output<Either<String, DeleteOrUpdateBehavior>>? = null, val principalId: Output<String>, val roles: Output<List<String>>? = null, val secret: Output<String>, val userName: Output<String>? = null) : ConvertibleToJava<ServicePrincipalSecretAuthInfoArgs>
The authentication info when authType is servicePrincipal secret
Constructors
Link copied to clipboard
constructor(authMode: Output<Either<String, AuthMode>>? = null, authType: Output<String>, clientId: Output<String>, deleteOrUpdateBehavior: Output<Either<String, DeleteOrUpdateBehavior>>? = null, principalId: Output<String>, roles: Output<List<String>>? = null, secret: Output<String>, userName: Output<String>? = null)
Properties
Link copied to clipboard
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
Link copied to clipboard
Indicates whether to clean up previous operation when Linker is updating or deleting
Link copied to clipboard
Principal Id for servicePrincipal auth.