@pulumi/azuread 5.16.0 → 5.17.0-alpha.1644597613
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/group.d.ts +4 -4
- package/package.json +2 -2
- package/package.json.dev +2 -2
package/group.d.ts
CHANGED
|
@@ -130,7 +130,7 @@ export declare class Group extends pulumi.CustomResource {
|
|
|
130
130
|
/**
|
|
131
131
|
* Indicates whether new members added to the group will be auto-subscribed to receive email notifications. Can only be set for Unified groups.
|
|
132
132
|
*/
|
|
133
|
-
readonly autoSubscribeNewMembers: pulumi.Output<boolean
|
|
133
|
+
readonly autoSubscribeNewMembers: pulumi.Output<boolean>;
|
|
134
134
|
/**
|
|
135
135
|
* A set of behaviors for a Microsoft 365 group. Possible values are `AllowOnlyMembersToPost`, `HideGroupInOutlook`, `SubscribeNewGroupMembers` and `WelcomeEmailDisabled`. See [official documentation](https://docs.microsoft.com/en-us/graph/group-set-options) for more details. Changing this forces a new resource to be created.
|
|
136
136
|
*/
|
|
@@ -150,15 +150,15 @@ export declare class Group extends pulumi.CustomResource {
|
|
|
150
150
|
/**
|
|
151
151
|
* Indicates whether people external to the organization can send messages to the group. Can only be set for Unified groups.
|
|
152
152
|
*/
|
|
153
|
-
readonly externalSendersAllowed: pulumi.Output<boolean
|
|
153
|
+
readonly externalSendersAllowed: pulumi.Output<boolean>;
|
|
154
154
|
/**
|
|
155
155
|
* Indicates whether the group is displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups. Can only be set for Unified groups.
|
|
156
156
|
*/
|
|
157
|
-
readonly hideFromAddressLists: pulumi.Output<boolean
|
|
157
|
+
readonly hideFromAddressLists: pulumi.Output<boolean>;
|
|
158
158
|
/**
|
|
159
159
|
* Indicates whether the group is displayed in Outlook clients, such as Outlook for Windows and Outlook on the web. Can only be set for Unified groups.
|
|
160
160
|
*/
|
|
161
|
-
readonly hideFromOutlookClients: pulumi.Output<boolean
|
|
161
|
+
readonly hideFromOutlookClients: pulumi.Output<boolean>;
|
|
162
162
|
/**
|
|
163
163
|
* The SMTP address for the group.
|
|
164
164
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/azuread",
|
|
3
|
-
"version": "v5.
|
|
3
|
+
"version": "v5.17.0-alpha.1644597613+9b2064ae",
|
|
4
4
|
"description": "A Pulumi package for creating and managing azuread cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource azuread v5.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource azuread v5.17.0-alpha.1644597613+9b2064ae"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/azuread",
|
|
3
|
-
"version": "v5.
|
|
3
|
+
"version": "v5.17.0-alpha.1644597613+9b2064ae",
|
|
4
4
|
"description": "A Pulumi package for creating and managing azuread cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource azuread v5.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource azuread v5.17.0-alpha.1644597613+9b2064ae"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|