SystemAssignedIdentityAuthInfoResponse

data class SystemAssignedIdentityAuthInfoResponse(val authMode: String? = null, val authType: String, val deleteOrUpdateBehavior: String? = null, val roles: List<String>? = null, val userName: String? = null)

The authentication info when authType is systemAssignedIdentity

Constructors

Link copied to clipboard
constructor(authMode: String? = null, authType: String, deleteOrUpdateBehavior: String? = null, roles: List<String>? = null, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authMode: String? = null

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

The authentication type. Expected value is 'systemAssignedIdentity'.

Link copied to clipboard

Indicates whether to clean up previous operation when Linker is updating or deleting

Link copied to clipboard
val roles: List<String>? = null

Optional, this value specifies the Azure role to be assigned

Link copied to clipboard
val userName: String? = null

Username created in the database which is mapped to a user in AAD.