-
Notifications
You must be signed in to change notification settings - Fork 264
/
ApplicationUpdateParameters.xml
226 lines (226 loc) · 22.2 KB
/
ApplicationUpdateParameters.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<Type Name="ApplicationUpdateParameters" FullName="Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters">
<TypeSignature Language="C#" Value="public class ApplicationUpdateParameters : Microsoft.Azure.Graph.RBAC.Models.ApplicationBase" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ApplicationUpdateParameters extends Microsoft.Azure.Graph.RBAC.Models.ApplicationBase" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters" />
<TypeSignature Language="VB.NET" Value="Public Class ApplicationUpdateParameters
Inherits ApplicationBase" />
<TypeSignature Language="F#" Value="type ApplicationUpdateParameters = class
 inherit ApplicationBase" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Graph.RBAC</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Graph.RBAC.Models.ApplicationBase</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Request parameters for updating a new application.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ApplicationUpdateParameters ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Graph.RBAC</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the ApplicationUpdateParameters
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ApplicationUpdateParameters (bool? allowGuestsSignIn = default, bool? allowPassthroughUsers = default, string appLogoUrl = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.AppRole> appRoles = default, System.Collections.Generic.IList<string> appPermissions = default, bool? availableToOtherTenants = default, string errorUrl = default, object groupMembershipClaims = default, string homepage = default, Microsoft.Azure.Graph.RBAC.Models.InformationalUrl informationalUrls = default, bool? isDeviceOnlyAuthSupported = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.KeyCredential> keyCredentials = default, System.Collections.Generic.IList<string> knownClientApplications = default, string logoutUrl = default, bool? oauth2AllowImplicitFlow = default, bool? oauth2AllowUrlPathMatching = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.OAuth2Permission> oauth2Permissions = default, bool? oauth2RequirePostResponse = default, System.Collections.Generic.IList<string> orgRestrictions = default, Microsoft.Azure.Graph.RBAC.Models.OptionalClaims optionalClaims = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PasswordCredential> passwordCredentials = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplication> preAuthorizedApplications = default, bool? publicClient = default, string publisherDomain = default, System.Collections.Generic.IList<string> replyUrls = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.RequiredResourceAccess> requiredResourceAccess = default, string samlMetadataUrl = default, string signInAudience = default, string wwwHomepage = default, string displayName = default, System.Collections.Generic.IList<string> identifierUris = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Nullable`1<bool> allowGuestsSignIn, valuetype System.Nullable`1<bool> allowPassthroughUsers, string appLogoUrl, class System.Collections.Generic.IList`1<class Microsoft.Azure.Graph.RBAC.Models.AppRole> appRoles, class System.Collections.Generic.IList`1<string> appPermissions, valuetype System.Nullable`1<bool> availableToOtherTenants, string errorUrl, object groupMembershipClaims, string homepage, class Microsoft.Azure.Graph.RBAC.Models.InformationalUrl informationalUrls, valuetype System.Nullable`1<bool> isDeviceOnlyAuthSupported, class System.Collections.Generic.IList`1<class Microsoft.Azure.Graph.RBAC.Models.KeyCredential> keyCredentials, class System.Collections.Generic.IList`1<string> knownClientApplications, string logoutUrl, valuetype System.Nullable`1<bool> oauth2AllowImplicitFlow, valuetype System.Nullable`1<bool> oauth2AllowUrlPathMatching, class System.Collections.Generic.IList`1<class Microsoft.Azure.Graph.RBAC.Models.OAuth2Permission> oauth2Permissions, valuetype System.Nullable`1<bool> oauth2RequirePostResponse, class System.Collections.Generic.IList`1<string> orgRestrictions, class Microsoft.Azure.Graph.RBAC.Models.OptionalClaims optionalClaims, class System.Collections.Generic.IList`1<class Microsoft.Azure.Graph.RBAC.Models.PasswordCredential> passwordCredentials, class System.Collections.Generic.IList`1<class Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplication> preAuthorizedApplications, valuetype System.Nullable`1<bool> publicClient, string publisherDomain, class System.Collections.Generic.IList`1<string> replyUrls, class System.Collections.Generic.IList`1<class Microsoft.Azure.Graph.RBAC.Models.RequiredResourceAccess> requiredResourceAccess, string samlMetadataUrl, string signInAudience, string wwwHomepage, string displayName, class System.Collections.Generic.IList`1<string> identifierUris) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.#ctor(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Collections.Generic.IList{Microsoft.Azure.Graph.RBAC.Models.AppRole},System.Collections.Generic.IList{System.String},System.Nullable{System.Boolean},System.String,System.Object,System.String,Microsoft.Azure.Graph.RBAC.Models.InformationalUrl,System.Nullable{System.Boolean},System.Collections.Generic.IList{Microsoft.Azure.Graph.RBAC.Models.KeyCredential},System.Collections.Generic.IList{System.String},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.IList{Microsoft.Azure.Graph.RBAC.Models.OAuth2Permission},System.Nullable{System.Boolean},System.Collections.Generic.IList{System.String},Microsoft.Azure.Graph.RBAC.Models.OptionalClaims,System.Collections.Generic.IList{Microsoft.Azure.Graph.RBAC.Models.PasswordCredential},System.Collections.Generic.IList{Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplication},System.Nullable{System.Boolean},System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{Microsoft.Azure.Graph.RBAC.Models.RequiredResourceAccess},System.String,System.String,System.String,System.String,System.Collections.Generic.IList{System.String})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional allowGuestsSignIn As Nullable(Of Boolean) = Nothing, Optional allowPassthroughUsers As Nullable(Of Boolean) = Nothing, Optional appLogoUrl As String = Nothing, Optional appRoles As IList(Of AppRole) = Nothing, Optional appPermissions As IList(Of String) = Nothing, Optional availableToOtherTenants As Nullable(Of Boolean) = Nothing, Optional errorUrl As String = Nothing, Optional groupMembershipClaims As Object = Nothing, Optional homepage As String = Nothing, Optional informationalUrls As InformationalUrl = Nothing, Optional isDeviceOnlyAuthSupported As Nullable(Of Boolean) = Nothing, Optional keyCredentials As IList(Of KeyCredential) = Nothing, Optional knownClientApplications As IList(Of String) = Nothing, Optional logoutUrl As String = Nothing, Optional oauth2AllowImplicitFlow As Nullable(Of Boolean) = Nothing, Optional oauth2AllowUrlPathMatching As Nullable(Of Boolean) = Nothing, Optional oauth2Permissions As IList(Of OAuth2Permission) = Nothing, Optional oauth2RequirePostResponse As Nullable(Of Boolean) = Nothing, Optional orgRestrictions As IList(Of String) = Nothing, Optional optionalClaims As OptionalClaims = Nothing, Optional passwordCredentials As IList(Of PasswordCredential) = Nothing, Optional preAuthorizedApplications As IList(Of PreAuthorizedApplication) = Nothing, Optional publicClient As Nullable(Of Boolean) = Nothing, Optional publisherDomain As String = Nothing, Optional replyUrls As IList(Of String) = Nothing, Optional requiredResourceAccess As IList(Of RequiredResourceAccess) = Nothing, Optional samlMetadataUrl As String = Nothing, Optional signInAudience As String = Nothing, Optional wwwHomepage As String = Nothing, Optional displayName As String = Nothing, Optional identifierUris As IList(Of String) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters : Nullable<bool> * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.AppRole> * System.Collections.Generic.IList<string> * Nullable<bool> * string * obj * string * Microsoft.Azure.Graph.RBAC.Models.InformationalUrl * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.KeyCredential> * System.Collections.Generic.IList<string> * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.OAuth2Permission> * Nullable<bool> * System.Collections.Generic.IList<string> * Microsoft.Azure.Graph.RBAC.Models.OptionalClaims * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PasswordCredential> * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplication> * Nullable<bool> * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.RequiredResourceAccess> * string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters" Usage="new Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters (allowGuestsSignIn, allowPassthroughUsers, appLogoUrl, appRoles, appPermissions, availableToOtherTenants, errorUrl, groupMembershipClaims, homepage, informationalUrls, isDeviceOnlyAuthSupported, keyCredentials, knownClientApplications, logoutUrl, oauth2AllowImplicitFlow, oauth2AllowUrlPathMatching, oauth2Permissions, oauth2RequirePostResponse, orgRestrictions, optionalClaims, passwordCredentials, preAuthorizedApplications, publicClient, publisherDomain, replyUrls, requiredResourceAccess, samlMetadataUrl, signInAudience, wwwHomepage, displayName, identifierUris)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Graph.RBAC</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="allowGuestsSignIn" Type="System.Nullable<System.Boolean>" />
<Parameter Name="allowPassthroughUsers" Type="System.Nullable<System.Boolean>" />
<Parameter Name="appLogoUrl" Type="System.String" />
<Parameter Name="appRoles" Type="System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.AppRole>" />
<Parameter Name="appPermissions" Type="System.Collections.Generic.IList<System.String>" />
<Parameter Name="availableToOtherTenants" Type="System.Nullable<System.Boolean>" />
<Parameter Name="errorUrl" Type="System.String" />
<Parameter Name="groupMembershipClaims" Type="System.Object" />
<Parameter Name="homepage" Type="System.String" />
<Parameter Name="informationalUrls" Type="Microsoft.Azure.Graph.RBAC.Models.InformationalUrl" />
<Parameter Name="isDeviceOnlyAuthSupported" Type="System.Nullable<System.Boolean>" />
<Parameter Name="keyCredentials" Type="System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.KeyCredential>" />
<Parameter Name="knownClientApplications" Type="System.Collections.Generic.IList<System.String>" />
<Parameter Name="logoutUrl" Type="System.String" />
<Parameter Name="oauth2AllowImplicitFlow" Type="System.Nullable<System.Boolean>" />
<Parameter Name="oauth2AllowUrlPathMatching" Type="System.Nullable<System.Boolean>" />
<Parameter Name="oauth2Permissions" Type="System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.OAuth2Permission>" />
<Parameter Name="oauth2RequirePostResponse" Type="System.Nullable<System.Boolean>" />
<Parameter Name="orgRestrictions" Type="System.Collections.Generic.IList<System.String>" />
<Parameter Name="optionalClaims" Type="Microsoft.Azure.Graph.RBAC.Models.OptionalClaims" />
<Parameter Name="passwordCredentials" Type="System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PasswordCredential>" />
<Parameter Name="preAuthorizedApplications" Type="System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplication>" />
<Parameter Name="publicClient" Type="System.Nullable<System.Boolean>" />
<Parameter Name="publisherDomain" Type="System.String" />
<Parameter Name="replyUrls" Type="System.Collections.Generic.IList<System.String>" />
<Parameter Name="requiredResourceAccess" Type="System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.RequiredResourceAccess>" />
<Parameter Name="samlMetadataUrl" Type="System.String" />
<Parameter Name="signInAudience" Type="System.String" />
<Parameter Name="wwwHomepage" Type="System.String" />
<Parameter Name="displayName" Type="System.String" />
<Parameter Name="identifierUris" Type="System.Collections.Generic.IList<System.String>" />
</Parameters>
<Docs>
<param name="optionalClaims">To be added.</param>
<param name="allowGuestsSignIn">A property on the application to
indicate if the application accepts other IDPs or not or partially
accepts.</param>
<param name="allowPassthroughUsers">Indicates that the application
supports pass through users who have no presence in the resource
tenant.</param>
<param name="appLogoUrl">The url for the application logo image
stored in a CDN.</param>
<param name="appRoles">The collection of application roles that an
application may declare. These roles can be assigned to users,
groups or service principals.</param>
<param name="appPermissions">The application permissions.</param>
<param name="availableToOtherTenants">Whether the application is
available to other tenants.</param>
<param name="errorUrl">A URL provided by the author of the
application to report errors when using the application.</param>
<param name="groupMembershipClaims">Configures the groups claim
issued in a user or OAuth 2.0 access token that the app
expects.</param>
<param name="homepage">The home page of the application.</param>
<param name="informationalUrls">urls with more informations of the
application.</param>
<param name="isDeviceOnlyAuthSupported">Specifies whether this
application supports device authentication without a user. The
default is false.</param>
<param name="keyCredentials">A collection of KeyCredential
objects.</param>
<param name="knownClientApplications">Client applications that are
tied to this resource application. Consent to any of the known
client applications will result in implicit consent to the resource
application through a combined consent dialog (showing the OAuth
permission scopes required by the client and the resource).</param>
<param name="logoutUrl">the url of the logout page</param>
<param name="oauth2AllowImplicitFlow">Whether to allow implicit
grant flow for OAuth2</param>
<param name="oauth2AllowUrlPathMatching">Specifies whether during a
token Request Azure AD will allow path matching of the redirect URI
against the applications collection of replyURLs. The default is
false.</param>
<param name="oauth2Permissions">The collection of OAuth 2.0
permission scopes that the web API (resource) application exposes
to client applications. These permission scopes may be granted to
client applications during consent.</param>
<param name="oauth2RequirePostResponse">Specifies whether, as part
of OAuth 2.0 token requests, Azure AD will allow POST requests, as
opposed to GET requests. The default is false, which specifies that
only GET requests will be allowed.</param>
<param name="orgRestrictions">A list of tenants allowed to access
application.</param>
<param name="passwordCredentials">A collection of
PasswordCredential objects</param>
<param name="preAuthorizedApplications">list of pre-authorized
applications.</param>
<param name="publicClient">Specifies whether this application is a
public client (such as an installed application running on a mobile
device). Default is false.</param>
<param name="publisherDomain">Reliable domain which can be used to
identify an application.</param>
<param name="replyUrls">A collection of reply URLs for the
application.</param>
<param name="requiredResourceAccess">Specifies resources that this
application requires access to and the set of OAuth permission
scopes and application roles that it needs under each of those
resources. This pre-configuration of required resource access
drives the consent experience.</param>
<param name="samlMetadataUrl">The URL to the SAML metadata for the
application.</param>
<param name="signInAudience">Audience for signing in to the
application (AzureADMyOrganization, AzureADAllOrganizations,
AzureADAndMicrosoftAccounts).</param>
<param name="wwwHomepage">The primary Web page.</param>
<param name="displayName">The display name of the
application.</param>
<param name="identifierUris">A collection of URIs for the
application.</param>
<summary>
Initializes a new instance of the ApplicationUpdateParameters
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DisplayName">
<MemberSignature Language="C#" Value="public string DisplayName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string DisplayName" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.DisplayName" />
<MemberSignature Language="VB.NET" Value="Public Property DisplayName As String" />
<MemberSignature Language="F#" Value="member this.DisplayName : string with get, set" Usage="Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.DisplayName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Graph.RBAC</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="displayName")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="displayName")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the display name of the application.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IdentifierUris">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<string> IdentifierUris { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<string> IdentifierUris" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.IdentifierUris" />
<MemberSignature Language="VB.NET" Value="Public Property IdentifierUris As IList(Of String)" />
<MemberSignature Language="F#" Value="member this.IdentifierUris : System.Collections.Generic.IList<string> with get, set" Usage="Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.IdentifierUris" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Graph.RBAC</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="identifierUris")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="identifierUris")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<System.String></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets a collection of URIs for the application.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>