Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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