@pulumi/ise 0.1.1 → 0.1.3
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/deviceadmin/authenticationRule.d.ts +3 -3
- package/deviceadmin/authorizationExceptionRule.d.ts +3 -3
- package/deviceadmin/authorizationGlobalExceptionRule.d.ts +3 -3
- package/deviceadmin/authorizationRule.d.ts +3 -3
- package/deviceadmin/condition.d.ts +3 -3
- package/deviceadmin/policySet.d.ts +3 -3
- package/identitymanagement/certificateAuthenticationProfile.d.ts +3 -3
- package/networkaccess/allowedProtocols.d.ts +102 -105
- package/networkaccess/allowedProtocols.js.map +1 -1
- package/networkaccess/authenticationRule.d.ts +3 -3
- package/networkaccess/authorizationExceptionRule.d.ts +3 -3
- package/networkaccess/authorizationGlobalExceptionRule.d.ts +3 -3
- package/networkaccess/authorizationProfile.d.ts +12 -12
- package/networkaccess/authorizationRule.d.ts +3 -3
- package/networkaccess/condition.d.ts +3 -3
- package/networkaccess/policySet.d.ts +3 -3
- package/package.json +3 -2
- package/trustsec/ipToSgtMapping.d.ts +15 -15
- package/trustsec/ipToSgtMappingGroup.d.ts +3 -3
- package/package.json.bak +0 -28
|
@@ -52,7 +52,7 @@ export declare class AuthenticationRule extends pulumi.CustomResource {
|
|
|
52
52
|
*/
|
|
53
53
|
static isInstance(obj: any): obj is AuthenticationRule;
|
|
54
54
|
/**
|
|
55
|
-
* List of child conditions. `
|
|
55
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
56
56
|
*/
|
|
57
57
|
readonly childrens: pulumi.Output<outputs.deviceadmin.AuthenticationRuleChildren[] | undefined>;
|
|
58
58
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class AuthenticationRule extends pulumi.CustomResource {
|
|
|
142
142
|
*/
|
|
143
143
|
export interface AuthenticationRuleState {
|
|
144
144
|
/**
|
|
145
|
-
* List of child conditions. `
|
|
145
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
146
146
|
*/
|
|
147
147
|
childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthenticationRuleChildren>[]>;
|
|
148
148
|
/**
|
|
@@ -224,7 +224,7 @@ export interface AuthenticationRuleState {
|
|
|
224
224
|
*/
|
|
225
225
|
export interface AuthenticationRuleArgs {
|
|
226
226
|
/**
|
|
227
|
-
* List of child conditions. `
|
|
227
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
228
228
|
*/
|
|
229
229
|
childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthenticationRuleChildren>[]>;
|
|
230
230
|
/**
|
|
@@ -50,7 +50,7 @@ export declare class AuthorizationExceptionRule extends pulumi.CustomResource {
|
|
|
50
50
|
*/
|
|
51
51
|
static isInstance(obj: any): obj is AuthorizationExceptionRule;
|
|
52
52
|
/**
|
|
53
|
-
* List of child conditions. `
|
|
53
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
54
54
|
*/
|
|
55
55
|
readonly childrens: pulumi.Output<outputs.deviceadmin.AuthorizationExceptionRuleChildren[] | undefined>;
|
|
56
56
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class AuthorizationExceptionRule extends pulumi.CustomResource {
|
|
|
131
131
|
*/
|
|
132
132
|
export interface AuthorizationExceptionRuleState {
|
|
133
133
|
/**
|
|
134
|
-
* List of child conditions. `
|
|
134
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
135
135
|
*/
|
|
136
136
|
childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthorizationExceptionRuleChildren>[]>;
|
|
137
137
|
/**
|
|
@@ -204,7 +204,7 @@ export interface AuthorizationExceptionRuleState {
|
|
|
204
204
|
*/
|
|
205
205
|
export interface AuthorizationExceptionRuleArgs {
|
|
206
206
|
/**
|
|
207
|
-
* List of child conditions. `
|
|
207
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
208
208
|
*/
|
|
209
209
|
childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthorizationExceptionRuleChildren>[]>;
|
|
210
210
|
/**
|
|
@@ -49,7 +49,7 @@ export declare class AuthorizationGlobalExceptionRule extends pulumi.CustomResou
|
|
|
49
49
|
*/
|
|
50
50
|
static isInstance(obj: any): obj is AuthorizationGlobalExceptionRule;
|
|
51
51
|
/**
|
|
52
|
-
* List of child conditions. `
|
|
52
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
53
53
|
*/
|
|
54
54
|
readonly childrens: pulumi.Output<outputs.deviceadmin.AuthorizationGlobalExceptionRuleChildren[] | undefined>;
|
|
55
55
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class AuthorizationGlobalExceptionRule extends pulumi.CustomResou
|
|
|
126
126
|
*/
|
|
127
127
|
export interface AuthorizationGlobalExceptionRuleState {
|
|
128
128
|
/**
|
|
129
|
-
* List of child conditions. `
|
|
129
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
130
130
|
*/
|
|
131
131
|
childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthorizationGlobalExceptionRuleChildren>[]>;
|
|
132
132
|
/**
|
|
@@ -195,7 +195,7 @@ export interface AuthorizationGlobalExceptionRuleState {
|
|
|
195
195
|
*/
|
|
196
196
|
export interface AuthorizationGlobalExceptionRuleArgs {
|
|
197
197
|
/**
|
|
198
|
-
* List of child conditions. `
|
|
198
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
199
199
|
*/
|
|
200
200
|
childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthorizationGlobalExceptionRuleChildren>[]>;
|
|
201
201
|
/**
|
|
@@ -50,7 +50,7 @@ export declare class AuthorizationRule extends pulumi.CustomResource {
|
|
|
50
50
|
*/
|
|
51
51
|
static isInstance(obj: any): obj is AuthorizationRule;
|
|
52
52
|
/**
|
|
53
|
-
* List of child conditions. `
|
|
53
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
54
54
|
*/
|
|
55
55
|
readonly childrens: pulumi.Output<outputs.deviceadmin.AuthorizationRuleChildren[] | undefined>;
|
|
56
56
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class AuthorizationRule extends pulumi.CustomResource {
|
|
|
131
131
|
*/
|
|
132
132
|
export interface AuthorizationRuleState {
|
|
133
133
|
/**
|
|
134
|
-
* List of child conditions. `
|
|
134
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
135
135
|
*/
|
|
136
136
|
childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthorizationRuleChildren>[]>;
|
|
137
137
|
/**
|
|
@@ -204,7 +204,7 @@ export interface AuthorizationRuleState {
|
|
|
204
204
|
*/
|
|
205
205
|
export interface AuthorizationRuleArgs {
|
|
206
206
|
/**
|
|
207
|
-
* List of child conditions. `
|
|
207
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
208
208
|
*/
|
|
209
209
|
childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthorizationRuleChildren>[]>;
|
|
210
210
|
/**
|
|
@@ -53,7 +53,7 @@ export declare class Condition extends pulumi.CustomResource {
|
|
|
53
53
|
*/
|
|
54
54
|
readonly attributeValue: pulumi.Output<string | undefined>;
|
|
55
55
|
/**
|
|
56
|
-
* List of child conditions. `
|
|
56
|
+
* List of child conditions. `conditionType` must be one of `LibraryConditionAndBlock` or `LibraryConditionOrBlock`.
|
|
57
57
|
*/
|
|
58
58
|
readonly childrens: pulumi.Output<outputs.deviceadmin.ConditionChildren[] | undefined>;
|
|
59
59
|
/**
|
|
@@ -110,7 +110,7 @@ export interface ConditionState {
|
|
|
110
110
|
*/
|
|
111
111
|
attributeValue?: pulumi.Input<string>;
|
|
112
112
|
/**
|
|
113
|
-
* List of child conditions. `
|
|
113
|
+
* List of child conditions. `conditionType` must be one of `LibraryConditionAndBlock` or `LibraryConditionOrBlock`.
|
|
114
114
|
*/
|
|
115
115
|
childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.ConditionChildren>[]>;
|
|
116
116
|
/**
|
|
@@ -159,7 +159,7 @@ export interface ConditionArgs {
|
|
|
159
159
|
*/
|
|
160
160
|
attributeValue?: pulumi.Input<string>;
|
|
161
161
|
/**
|
|
162
|
-
* List of child conditions. `
|
|
162
|
+
* List of child conditions. `conditionType` must be one of `LibraryConditionAndBlock` or `LibraryConditionOrBlock`.
|
|
163
163
|
*/
|
|
164
164
|
childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.ConditionChildren>[]>;
|
|
165
165
|
/**
|
|
@@ -49,7 +49,7 @@ export declare class PolicySet extends pulumi.CustomResource {
|
|
|
49
49
|
*/
|
|
50
50
|
static isInstance(obj: any): obj is PolicySet;
|
|
51
51
|
/**
|
|
52
|
-
* List of child conditions. `
|
|
52
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
53
53
|
*/
|
|
54
54
|
readonly childrens: pulumi.Output<outputs.deviceadmin.PolicySetChildren[] | undefined>;
|
|
55
55
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class PolicySet extends pulumi.CustomResource {
|
|
|
131
131
|
*/
|
|
132
132
|
export interface PolicySetState {
|
|
133
133
|
/**
|
|
134
|
-
* List of child conditions. `
|
|
134
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
135
135
|
*/
|
|
136
136
|
childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.PolicySetChildren>[]>;
|
|
137
137
|
/**
|
|
@@ -205,7 +205,7 @@ export interface PolicySetState {
|
|
|
205
205
|
*/
|
|
206
206
|
export interface PolicySetArgs {
|
|
207
207
|
/**
|
|
208
|
-
* List of child conditions. `
|
|
208
|
+
* List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
|
209
209
|
*/
|
|
210
210
|
childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.PolicySetChildren>[]>;
|
|
211
211
|
/**
|
|
@@ -46,7 +46,7 @@ export declare class CertificateAuthenticationProfile extends pulumi.CustomResou
|
|
|
46
46
|
*/
|
|
47
47
|
readonly allowedAsUserName: pulumi.Output<boolean>;
|
|
48
48
|
/**
|
|
49
|
-
* Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `
|
|
49
|
+
* Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `usernameFrom`. - Choices:
|
|
50
50
|
* `SUBJECT_COMMON_NAME`, `SUBJECT_ALTERNATIVE_NAME`, `SUBJECT_SERIAL_NUMBER`, `SUBJECT`,
|
|
51
51
|
* `SUBJECT_ALTERNATIVE_NAME_OTHER_NAME`, `SUBJECT_ALTERNATIVE_NAME_EMAIL`, `SUBJECT_ALTERNATIVE_NAME_DNS` - Default value:
|
|
52
52
|
* `SUBJECT_COMMON_NAME`
|
|
@@ -94,7 +94,7 @@ export interface CertificateAuthenticationProfileState {
|
|
|
94
94
|
*/
|
|
95
95
|
allowedAsUserName?: pulumi.Input<boolean>;
|
|
96
96
|
/**
|
|
97
|
-
* Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `
|
|
97
|
+
* Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `usernameFrom`. - Choices:
|
|
98
98
|
* `SUBJECT_COMMON_NAME`, `SUBJECT_ALTERNATIVE_NAME`, `SUBJECT_SERIAL_NUMBER`, `SUBJECT`,
|
|
99
99
|
* `SUBJECT_ALTERNATIVE_NAME_OTHER_NAME`, `SUBJECT_ALTERNATIVE_NAME_EMAIL`, `SUBJECT_ALTERNATIVE_NAME_DNS` - Default value:
|
|
100
100
|
* `SUBJECT_COMMON_NAME`
|
|
@@ -134,7 +134,7 @@ export interface CertificateAuthenticationProfileArgs {
|
|
|
134
134
|
*/
|
|
135
135
|
allowedAsUserName?: pulumi.Input<boolean>;
|
|
136
136
|
/**
|
|
137
|
-
* Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `
|
|
137
|
+
* Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `usernameFrom`. - Choices:
|
|
138
138
|
* `SUBJECT_COMMON_NAME`, `SUBJECT_ALTERNATIVE_NAME`, `SUBJECT_SERIAL_NUMBER`, `SUBJECT`,
|
|
139
139
|
* `SUBJECT_ALTERNATIVE_NAME_OTHER_NAME`, `SUBJECT_ALTERNATIVE_NAME_EMAIL`, `SUBJECT_ALTERNATIVE_NAME_DNS` - Default value:
|
|
140
140
|
* `SUBJECT_COMMON_NAME`
|