Resource: UserStore
Configures metadata that is used for End User entities.
| JSON representation | 
|---|
| { "name": string, "displayName": string, "defaultLicenseConfig": string, "enableLicenseAutoRegister": boolean, "enableExpiredLicenseAutoUpdate": boolean } | 
| Fields | |
|---|---|
| name | 
 Immutable. The full resource name of the User Store, in the format of  This field must be a UTF-8 encoded string with a length limit of 1024 characters. | 
| displayName | 
 The display name of the User Store. | 
| defaultLicenseConfig | 
 Optional. The default subscription  If default  | 
| enableLicenseAutoRegister | 
 Optional. Whether to enable license auto register for users in this User Store. If true, new users will automatically register under the default license config as long as the default license config has seats left. | 
| enableExpiredLicenseAutoUpdate | 
 Optional. Whether to enable license auto update for users in this User Store. If true, users with expired licenses will automatically be updated to use the default license config as long as the default license config has seats left. | 
| Methods | |
|---|---|
| 
 | Updates the User License. | 
| 
 | Creates a new User Store. | 
| 
 | Deletes the User Store. | 
| 
 | Gets the User Store. | 
| 
 | Updates the User Store. |