Class ManagedServiceIdentityArgs


  • public final class ManagedServiceIdentityArgs
    extends com.pulumi.resources.ResourceArgs
    Identity for the resource.
    • Method Detail

      • type

        public java.util.Optional<com.pulumi.core.Output<ResourceIdentityType>> type()
        Returns:
        The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
      • userAssignedIdentities

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> userAssignedIdentities()
        Returns:
        The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.