IAccessControlService.ProvisionServiceIdentity Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ProvisionServiceIdentity() | Provision the default service identity. | |
ProvisionServiceIdentity(String) | Provision a service identity with the given name. | |
ProvisionServiceIdentity(ServiceIdentityInfo) | Provisions a service identity with the given information. | |
ProvisionServiceIdentity(String, String) | Provisions a service identity with the given name and password. | |
ProvisionServiceIdentity(ServiceIdentityInfo, array<IdentityDescriptor[]) | Provisions a service identity with the given information.Adds the service identity to the given groups. | |
ProvisionServiceIdentity(String, String, array<IdentityDescriptor[]) | Provisions a service identity with the given name and password.Adds the service identity to the given groups. |
Top