@pulumi/azuread 6.8.0 → 6.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accessPackageResourceCatalogAssociation.d.ts +1 -1
- package/accessPackageResourceCatalogAssociation.js +1 -1
- package/accessPackageResourcePackageAssociation.d.ts +1 -1
- package/accessPackageResourcePackageAssociation.js +1 -1
- package/administrativeUnitRoleMember.d.ts +2 -3
- package/administrativeUnitRoleMember.js +2 -3
- package/administrativeUnitRoleMember.js.map +1 -1
- package/appRoleAssignment.d.ts +1 -1
- package/appRoleAssignment.js +1 -1
- package/application.d.ts +25 -3
- package/application.js +16 -0
- package/application.js.map +1 -1
- package/applicationApiAccess.d.ts +14 -0
- package/applicationApiAccess.js +14 -0
- package/applicationApiAccess.js.map +1 -1
- package/applicationAppRole.d.ts +23 -3
- package/applicationAppRole.js +14 -0
- package/applicationAppRole.js.map +1 -1
- package/applicationCertificate.d.ts +13 -1
- package/applicationCertificate.js +13 -1
- package/applicationCertificate.js.map +1 -1
- package/applicationFallbackPublicClient.d.ts +14 -0
- package/applicationFallbackPublicClient.js +14 -0
- package/applicationFallbackPublicClient.js.map +1 -1
- package/applicationFederatedIdentityCredential.d.ts +13 -1
- package/applicationFederatedIdentityCredential.js +13 -1
- package/applicationFederatedIdentityCredential.js.map +1 -1
- package/applicationFlexibleFederatedIdentityCredential.d.ts +13 -1
- package/applicationFlexibleFederatedIdentityCredential.js +13 -1
- package/applicationFlexibleFederatedIdentityCredential.js.map +1 -1
- package/applicationIdentifierUri.d.ts +14 -0
- package/applicationIdentifierUri.js +14 -0
- package/applicationIdentifierUri.js.map +1 -1
- package/applicationKnownClients.d.ts +14 -0
- package/applicationKnownClients.js +14 -0
- package/applicationKnownClients.js.map +1 -1
- package/applicationOptionalClaims.d.ts +14 -0
- package/applicationOptionalClaims.js +14 -0
- package/applicationOptionalClaims.js.map +1 -1
- package/applicationPassword.d.ts +12 -0
- package/applicationPassword.js +12 -0
- package/applicationPassword.js.map +1 -1
- package/applicationPermissionScope.d.ts +23 -3
- package/applicationPermissionScope.js +14 -0
- package/applicationPermissionScope.js.map +1 -1
- package/applicationPreAuthorized.d.ts +13 -1
- package/applicationPreAuthorized.js +13 -1
- package/applicationPreAuthorized.js.map +1 -1
- package/applicationRedirectUris.d.ts +14 -0
- package/applicationRedirectUris.js +14 -0
- package/applicationRedirectUris.js.map +1 -1
- package/conditionalAccessPolicy.d.ts +14 -0
- package/conditionalAccessPolicy.js +14 -0
- package/conditionalAccessPolicy.js.map +1 -1
- package/config/vars.d.ts +3 -0
- package/config/vars.js.map +1 -1
- package/directoryRoleMember.d.ts +1 -1
- package/directoryRoleMember.js +1 -1
- package/getApplicationPublishedAppIds.d.ts +12 -0
- package/getApplicationPublishedAppIds.js +12 -0
- package/getApplicationPublishedAppIds.js.map +1 -1
- package/group.d.ts +9 -3
- package/group.js.map +1 -1
- package/groupMember.d.ts +1 -1
- package/groupMember.js +1 -1
- package/groupWithoutMembers.d.ts +9 -3
- package/groupWithoutMembers.js.map +1 -1
- package/namedLocation.d.ts +12 -0
- package/namedLocation.js +12 -0
- package/namedLocation.js.map +1 -1
- package/package.json +2 -2
- package/provider.d.ts +3 -0
- package/servicePrincipal.d.ts +30 -6
- package/servicePrincipal.js +12 -0
- package/servicePrincipal.js.map +1 -1
- package/servicePrincipalCertificate.d.ts +13 -1
- package/servicePrincipalCertificate.js +13 -1
- package/servicePrincipalCertificate.js.map +1 -1
- package/servicePrincipalPassword.d.ts +12 -0
- package/servicePrincipalPassword.js +12 -0
- package/servicePrincipalPassword.js.map +1 -1
- package/servicePrincipalTokenSigningCertificate.d.ts +13 -1
- package/servicePrincipalTokenSigningCertificate.js +13 -1
- package/servicePrincipalTokenSigningCertificate.js.map +1 -1
- package/synchronizationJob.d.ts +1 -1
- package/synchronizationJob.js +1 -1
- package/synchronizationJobProvisionOnDemand.d.ts +9 -0
- package/synchronizationJobProvisionOnDemand.js.map +1 -1
- package/types/input.d.ts +8 -2
- package/types/output.d.ts +8 -2
- package/user.d.ts +9 -3
- package/user.js.map +1 -1
- package/userFlowAttribute.d.ts +1 -1
- package/userFlowAttribute.js +1 -1
package/types/input.d.ts
CHANGED
|
@@ -270,7 +270,11 @@ export interface ApplicationApiOauth2PermissionScope {
|
|
|
270
270
|
*/
|
|
271
271
|
userConsentDisplayName?: pulumi.Input<string>;
|
|
272
272
|
/**
|
|
273
|
-
* The value that is used for the `scp` claim in OAuth 2.0 access tokens
|
|
273
|
+
* The value that is used for the `scp` claim in OAuth 2.0 access tokens.
|
|
274
|
+
*
|
|
275
|
+
* > **Default `userImpersonation` Scope** Unlike the Azure Portal, applications created with the Terraform AzureAD provider do not get assigned a default `userImpersonation` scope. You will need to include a block for the `userImpersonation` scope if you need it for your application.
|
|
276
|
+
*
|
|
277
|
+
* > **Roles and Permission Scopes** In Azure Active Directory, application roles (`appRole`) and permission scopes (`oauth2PermissionScope`) exported by an application share the same namespace and cannot contain duplicate `value`s. Terraform will attempt to detect this during a plan or apply operation.
|
|
274
278
|
*/
|
|
275
279
|
value?: pulumi.Input<string>;
|
|
276
280
|
}
|
|
@@ -298,7 +302,9 @@ export interface ApplicationAppRole {
|
|
|
298
302
|
*/
|
|
299
303
|
id: pulumi.Input<string>;
|
|
300
304
|
/**
|
|
301
|
-
* The value that is used for the `roles` claim in ID tokens and OAuth 2.0 access tokens that are authenticating an assigned service or user principal
|
|
305
|
+
* The value that is used for the `roles` claim in ID tokens and OAuth 2.0 access tokens that are authenticating an assigned service or user principal.
|
|
306
|
+
*
|
|
307
|
+
* > **Roles and Permission Scopes** In Azure Active Directory, application roles (`appRole`) and permission scopes (`oauth2PermissionScope`) exported by an application share the same namespace and cannot contain duplicate `value`s. Terraform will attempt to detect this during a plan or apply operation.
|
|
302
308
|
*/
|
|
303
309
|
value?: pulumi.Input<string>;
|
|
304
310
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -269,7 +269,11 @@ export interface ApplicationApiOauth2PermissionScope {
|
|
|
269
269
|
*/
|
|
270
270
|
userConsentDisplayName?: string;
|
|
271
271
|
/**
|
|
272
|
-
* The value that is used for the `scp` claim in OAuth 2.0 access tokens
|
|
272
|
+
* The value that is used for the `scp` claim in OAuth 2.0 access tokens.
|
|
273
|
+
*
|
|
274
|
+
* > **Default `userImpersonation` Scope** Unlike the Azure Portal, applications created with the Terraform AzureAD provider do not get assigned a default `userImpersonation` scope. You will need to include a block for the `userImpersonation` scope if you need it for your application.
|
|
275
|
+
*
|
|
276
|
+
* > **Roles and Permission Scopes** In Azure Active Directory, application roles (`appRole`) and permission scopes (`oauth2PermissionScope`) exported by an application share the same namespace and cannot contain duplicate `value`s. Terraform will attempt to detect this during a plan or apply operation.
|
|
273
277
|
*/
|
|
274
278
|
value?: string;
|
|
275
279
|
}
|
|
@@ -297,7 +301,9 @@ export interface ApplicationAppRole {
|
|
|
297
301
|
*/
|
|
298
302
|
id: string;
|
|
299
303
|
/**
|
|
300
|
-
* The value that is used for the `roles` claim in ID tokens and OAuth 2.0 access tokens that are authenticating an assigned service or user principal
|
|
304
|
+
* The value that is used for the `roles` claim in ID tokens and OAuth 2.0 access tokens that are authenticating an assigned service or user principal.
|
|
305
|
+
*
|
|
306
|
+
* > **Roles and Permission Scopes** In Azure Active Directory, application roles (`appRole`) and permission scopes (`oauth2PermissionScope`) exported by an application share the same namespace and cannot contain duplicate `value`s. Terraform will attempt to detect this during a plan or apply operation.
|
|
301
307
|
*/
|
|
302
308
|
value?: string;
|
|
303
309
|
}
|
package/user.d.ts
CHANGED
|
@@ -201,7 +201,9 @@ export declare class User extends pulumi.CustomResource {
|
|
|
201
201
|
*/
|
|
202
202
|
readonly otherMails: pulumi.Output<string[] | undefined>;
|
|
203
203
|
/**
|
|
204
|
-
* The password for the user. The password must satisfy minimum requirements as specified by the password policy. The maximum length is 256 characters. This property is required when creating a new user
|
|
204
|
+
* The password for the user. The password must satisfy minimum requirements as specified by the password policy. The maximum length is 256 characters. This property is required when creating a new user.
|
|
205
|
+
*
|
|
206
|
+
* > **Passwords and importing users** Passwords can be changed but not cleared. Removing the `password` property for an existing user resource, or setting the password value to a blank string, will not remove the password. When importing a user, Terraform will not reset the password unless the value is subsequently changed in your configuration.
|
|
205
207
|
*/
|
|
206
208
|
readonly password: pulumi.Output<string>;
|
|
207
209
|
/**
|
|
@@ -410,7 +412,9 @@ export interface UserState {
|
|
|
410
412
|
*/
|
|
411
413
|
otherMails?: pulumi.Input<pulumi.Input<string>[]>;
|
|
412
414
|
/**
|
|
413
|
-
* The password for the user. The password must satisfy minimum requirements as specified by the password policy. The maximum length is 256 characters. This property is required when creating a new user
|
|
415
|
+
* The password for the user. The password must satisfy minimum requirements as specified by the password policy. The maximum length is 256 characters. This property is required when creating a new user.
|
|
416
|
+
*
|
|
417
|
+
* > **Passwords and importing users** Passwords can be changed but not cleared. Removing the `password` property for an existing user resource, or setting the password value to a blank string, will not remove the password. When importing a user, Terraform will not reset the password unless the value is subsequently changed in your configuration.
|
|
414
418
|
*/
|
|
415
419
|
password?: pulumi.Input<string>;
|
|
416
420
|
/**
|
|
@@ -567,7 +571,9 @@ export interface UserArgs {
|
|
|
567
571
|
*/
|
|
568
572
|
otherMails?: pulumi.Input<pulumi.Input<string>[]>;
|
|
569
573
|
/**
|
|
570
|
-
* The password for the user. The password must satisfy minimum requirements as specified by the password policy. The maximum length is 256 characters. This property is required when creating a new user
|
|
574
|
+
* The password for the user. The password must satisfy minimum requirements as specified by the password policy. The maximum length is 256 characters. This property is required when creating a new user.
|
|
575
|
+
*
|
|
576
|
+
* > **Passwords and importing users** Passwords can be changed but not cleared. Removing the `password` property for an existing user resource, or setting the password value to a blank string, will not remove the password. When importing a user, Terraform will not reset the password unless the value is subsequently changed in your configuration.
|
|
571
577
|
*/
|
|
572
578
|
password?: pulumi.Input<string>;
|
|
573
579
|
/**
|
package/user.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../user.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../user.ts"],"names":[],"mappings":"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"}
|
package/userFlowAttribute.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
31
31
|
* $ pulumi import azuread:index/userFlowAttribute:UserFlowAttribute example extension_ecc9f88db2924942b8a96f44873616fe_Hobbyjkorv
|
|
32
32
|
* ```
|
|
33
33
|
*
|
|
34
|
-
*
|
|
34
|
+
* > This ID can be queried using the [User Flow Attributes API](https://learn.microsoft.com/en-us/graph/api/identityuserflowattribute-list?view=graph-rest-1.0&tabs=http).
|
|
35
35
|
*/
|
|
36
36
|
export declare class UserFlowAttribute extends pulumi.CustomResource {
|
|
37
37
|
/**
|
package/userFlowAttribute.js
CHANGED
|
@@ -37,7 +37,7 @@ const utilities = require("./utilities");
|
|
|
37
37
|
* $ pulumi import azuread:index/userFlowAttribute:UserFlowAttribute example extension_ecc9f88db2924942b8a96f44873616fe_Hobbyjkorv
|
|
38
38
|
* ```
|
|
39
39
|
*
|
|
40
|
-
*
|
|
40
|
+
* > This ID can be queried using the [User Flow Attributes API](https://learn.microsoft.com/en-us/graph/api/identityuserflowattribute-list?view=graph-rest-1.0&tabs=http).
|
|
41
41
|
*/
|
|
42
42
|
class UserFlowAttribute extends pulumi.CustomResource {
|
|
43
43
|
/**
|